home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / demos / quasrsql.zip / QUERY11.SQL < prev    next >
Text File  |  1991-10-26  |  88b  |  2 lines

  1. select sname from s where exists
  2.   (select * from sp where sno = s.sno and pno = 'P2');